-
Notifications
You must be signed in to change notification settings - Fork 42
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Some minor docker improvements #462
Some minor docker improvements #462
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Overall comment: please be consistent with "{}" or "()" for variable expansion in the Makefile. I don't have a strong feeling either way, but I would strongly prefer to go with one form or the other.
0b9ecad
to
155883c
Compare
@cmickeyb Mic, i reworked the PR after our discussion, the PR description is now updated to the current changes (which essentially should address your comments as mentioned above) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good overall, just one comment.
f61f416
to
48829e2
Compare
3b65255
to
af054f9
Compare
1996be2
to
1f95831
Compare
@cmickeyb the latest version should address your comments and merge in the changes from your branch, with slight modifications for make.dev ... |
1f95831
to
6b8b36a
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks good
- build only via docker (& make) and not also with docker-compose - consistent tagging - consistent support of ADD_APT_PKGS - some additional stop/clean-up targets Signed-off-by: g2flyer <[email protected]>
Signed-off-by: Mic Bowman <[email protected]>
Signed-off-by: Mic Bowman <[email protected]>
6b8b36a
to
0fbd3ce
Compare
Signed-off-by: g2flyer <[email protected]>
5268461
to
7ee7223
Compare
A few minor improvements in docker code to
BTW: in readme i've noticed we suggest in our examples to put user-name into container names. This seems a wise idea for multi-user settings. Should we also adopt it in the makefiles? Easy to do but haven't changed it yet as i'm not sure if some other places count on the container names being what they are ...
Along the lines, the might include in name in container (and, more importantly, image) also SGX-mode (where also hw-mode in testing seems to have gone lost but see also PR#463, interpreter, ledger, ...?